home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dhscope3.zip / DHSCOPE3.CFG next >
Text File  |  1991-12-06  |  3KB  |  60 lines

  1. '*****        DHSCOPE3.CFG for  DHSCOPE v3.1       *****
  2. '*****          Written by James R. Davis!         *****
  3. '*****  (C) Copyright 1991 - All rights reserved!  *****
  4.  
  5. 'The following variables are constant and used throughout the DHSCOPE3 program
  6. 'to set up as a door.  SYSOP'S:  Do not change the name of any of these
  7. 'variables.  You are allowed to leave some out, where noted, otherwise, they
  8. 'must contain the information necessary for the door program to operate
  9. 'correctly.
  10.  
  11. 'The BBSNAME variable will tell the door your BBS's name.
  12. BBSNAME=Your BBS name goes here!
  13.  
  14. 'The SYSOPF variable tells the door the sysop's first name.
  15. SYSOPF=James
  16.  
  17. 'The SYSOPL variable tells the door the sysop's last name.
  18. SYSOPL=Davis
  19.  
  20. 'The DOORFILE variable tells the door the name of the door file your system
  21. 'uses and where it is located.  It can contain a drive and path.  The
  22. 'current BBS door files supported are:
  23. '
  24. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  25. '  CALLINFO.BBS - Wildcat version 2.0 or above
  26. '  DOOR.SYS     - GAP any version
  27. '  DORINFO#.DEF - RBBS and QBBS systems
  28. '  CHAIN.TXT    - WWIV version 2.x or above
  29. '  DIRECT       - Will get all info from modem and user.
  30. '
  31. 'If your system type is not supported, please inform me of the technical
  32. 'layout of your BBS file format for door programs and I'll install it in
  33. 'new versions.  You would then recieve the new version as well as a free
  34. 'registration for any one of my door programs.  Until then I have included
  35. 'the DIRECT command that will ask the user for his full name before running
  36. 'the program.  The defualt for this variable is DIRECT.  If you use DIRECT,
  37. 'you must set the COMPORT variable to the comport to be used.
  38. DOORFILE=D:\PATH\PCBOARD.SYS
  39.  
  40. 'The MAXTIME variable tells the door the maximum amount of time that a user
  41. 'may be in the door before exiting back to the BBS.  If not included or set to
  42. '0 the time left currently on your system will be used.
  43. MAXTIME=30
  44.  
  45. 'The KBTIME variable tells the door how much time to allow for no input from
  46. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  47. KBTIME=3
  48.  
  49. 'The COMPORT variable tells the door which COM port to use for I/O functions
  50. 'to occur.  This variable can be a number from 1 to 4.  The comport should be
  51. 'found in the DOORFILE variable, but use this if DOORFILE=DIRECT or if you
  52. 'find that the comport that your system passes to the DOORFILE isn't correct.
  53. 'COMPORT=2
  54.  
  55. 'The EXTRA variable can contain up to 70 characters of any message you would
  56. 'like to appear to your users.
  57. '              1         2         3         4         5         6         7
  58. '     [---+----|----+----|----+----|----+----|----+----|----+----|----+----]
  59. EXTRA=Help your sysop support shareware by donating to this system.
  60.